collection/network

list TCP connections and listeners

# generated using capa explorer for IDA Pro
rule:
  meta:
    name: list TCP connections and listeners
    namespace: collection/network
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: basic block
      dynamic: call
  features:
    - or:
      - api: iphlpapi.GetExtendedTcpTable

last edited: 2023-11-24 10:35:00